Office .NET Class Library
C#
VB
Show/Hide TOC
Variable
Value
Type Enumeration
Represents the value-type of the variable.
Definition
Namespace:
Independentsoft.Office.Odf.Fields
Assembly:
Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
Copy
public
enum
VariableValueType
VB
Copy
Public
Enumeration
VariableValueType
Members
Float
0
Numeric value.
Percentage
1
Numeric value.
Currency
2
Numeric value and currency symbol.
Date
3
Date value.
Time
4
Time value.
Boolean
5
Boolean value.
String
6
String value.
See Also
Reference
Independentsoft.Office.Odf.Fields Namespace
In This Article
Definition
Members
See Also